Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update oci to v3.31.1 #762

Merged
merged 2 commits into from
Jan 12, 2024
Merged

fix(deps): update oci to v3.31.1 #762

merged 2 commits into from
Jan 12, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 8, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.oracle.oci.sdk:oci-java-sdk-addons-oke-workload-identity (source) 3.29.0 -> 3.31.1 age adoption passing confidence
com.oracle.oci.sdk:oci-java-sdk-objectstorage (source) 3.29.0 -> 3.31.1 age adoption passing confidence
com.oracle.oci.sdk:oci-java-sdk-common-httpclient (source) 3.29.0 -> 3.31.1 age adoption passing confidence
com.oracle.oci.sdk:oci-java-sdk-common (source) 3.29.0 -> 3.31.1 age adoption passing confidence
com.oracle.oci.sdk:oci-java-sdk-bom (source) 3.29.0 -> 3.31.1 age adoption passing confidence

Release Notes

oracle/oci-java-sdk (com.oracle.oci.sdk:oci-java-sdk-addons-oke-workload-identity)

v3.31.1

Added
  • Support for calling Oracle Cloud Infrastructure services in the sa-valparaiso-1 region
  • Support for creation of up to 60 containers per container instance in the Container Instances service
  • Support for Oracle GoldenGate discovery and monitoring in the Stack Monitoring service
  • Support for GoldenGate stream analytics in the GoldenGate service
  • Support for backup work requests in MySQL Heatwave service
  • Support for create, update, delete and list operations on premise vantage points in the Application Performance Monitoring service
  • Support for create, update, delete and list operations on workers in the Application Performance Monitoring service
  • Support for host capacity planning for compute instances and host unallocated metrics in the Operations Insights service
Fixed
  • Operations that upload streams (e.g. PutObject) now retry according to global or client-level retry configurations (see #​566)
  • Retry logic when fetching resource principal session tokens

v3.31.0

Added
  • Support for changing compartments of configurations in the PostgreSQL service
  • Support for granular policies including compartments, resource types, and recommendations in the Optimizer service
  • Support for token exchanges in the Identity Domains service
  • Support for Apache HTTP server discovery and monitoring in the Stack Monitoring service
  • Support for resource locking in the Data Catalog service
  • Support for concurrency throttling in the Data Integration service
  • Support for reboot migrations for VMs on dedicated hosts in the Compute service
  • Support for connection routing method settings and subnet update in the GoldenGate service
  • Support for data discovery of commonly used sensitive types in the Data Safe service
  • Support for incremental extract and updates to the workflows in the Data Integration service
Breaking Changes
  • Support for default retries on the operations of the Optimizer service
  • Added idle connection monitor thread to evict idle and expired Apache connections. This also restores connection reuse for the Apache connector and fixes a performance issue. For more details, see ApacheConnector-README
  • Retries disabled when the circuit breaker is in Open state. To enable retries on exceptions caused due to circuit breaker, set oci.javasdk.default.retry.on.open.circuit.breaker to true. Check RetryOnOpenCircuitBreakerExample for more details
  • Method public com.oracle.bmc.psql.model.Configuration getConfiguration() has been removed from com.oracle.bmc.psql.responses.ChangeConfigurationCompartmentResponse in the PostgreSQL service
  • Method public java.lang.String getEtag() has been removed from com.oracle.bmc.psql.responses.ChangeConfigurationCompartmentResponse in the PostgreSQL service

v3.30.0

Added
  • Support for calling Oracle Cloud Infrastructure services in the eu-dcc-zurich-1 and the sa-bogota-1 region
  • Support for managing certificates of target Servers in the Golden Gate service
  • Support for AWR Hub Snapshot ingest endpoints in the Operations Insights service
  • Support for reducing false positives in the Application Dependency Management service
  • Support for ARM shapes in the Data Science service
  • Support for new optional parameters in the upload discovery data API in the Usage service
  • Support for multiple clusters in a Software-Defined Data Centers (SDDCs) in the VMWare Solution service
  • Support for No/Zero days backup in Autonomous Container Database in the Database service
  • Support for provisioning a VM Cluster with a choice of Exadata image version in the Database service
  • Support for updating ocpu/ecpu count, local storage, ACD count and Exadata storage on Cloud Autonomous VM Cluster and Autonomous VM Cluster in the Database service
  • Support for serial console history in the Database service
  • Support for Oracle Linux 8 version database system in the Database service
Breaking Changes
  • Method public com.oracle.bmc.ocvp.responses.ListSupportedSkusResponse listSupportedSkus(com.oracle.bmc.ocvp.requests.ListSupportedSkusRequest) has been removed from com.oracle.bmc.ocvp.Sddc in the VMWare Solution service
  • Method public java.lang.Iterable listSupportedSkusRecordIterator(com.oracle.bmc.ocvp.requests.ListSupportedSkusRequest) has been removed from com.oracle.bmc.ocvp.SddcPaginators in the VMWare Solution service
  • Method public java.lang.Iterable listSupportedSkusResponseIterator(com.oracle.bmc.ocvp.requests.ListSupportedSkusRequest) has been removed from com.oracle.bmc.ocvp.SddcPaginators in the VMWare Solution service
  • Method public com.oracle.bmc.ocvp.model.Sku getCurrentSku() has been removed from com.oracle.bmc.ocvp.model.CreateEsxiHostDetails in the VMWare Solution service
  • Method public java.lang.String getFailedEsxiHostId() has been removed from com.oracle.bmc.ocvp.model.CreateEsxiHostDetails in the VMWare Solution service
  • Method public com.oracle.bmc.ocvp.model.Sku getNextSku() has been removed from com.oracle.bmc.ocvp.model.CreateEsxiHostDetails in the VMWare Solution service
  • Method public java.lang.String getNonUpgradedEsxiHostId() has been removed from com.oracle.bmc.ocvp.model.CreateEsxiHostDetails in the VMWare Solution service
  • Method public java.lang.String getSddcId() has been removed from com.oracle.bmc.ocvp.model.CreateEsxiHostDetails in the VMWare Solution service
  • Method public java.lang.String getCapacityReservationId() has been removed from com.oracle.bmc.ocvp.model.CreateSddcDetails in the VMWare Solution service
  • Method public java.lang.String getComputeAvailabilityDomain() has been removed from com.oracle.bmc.ocvp.model.CreateSddcDetails in the VMWare Solution service
  • Method public java.util.List getDatastores() has been removed from com.oracle.bmc.ocvp.model.CreateSddcDetails in the VMWare Solution service
  • Method public java.lang.Integer getEsxiHostsCount() has been removed from com.oracle.bmc.ocvp.model.CreateSddcDetails in the VMWare Solution service in the VMWare Solution service
  • Method public java.lang.String getHcxVlanId() has been removed from com.oracle.bmc.ocvp.model.CreateSddcDetail in the VMWare Solution service
  • Method public java.lang.Float getInitialHostOcpuCount() has been removed from com.oracle.bmc.ocvp.model.CreateSddcDetails in the VMWare Solution service
  • Method public java.lang.String getInitialHostShapeName() has been removed from com.oracle.bmc.ocvp.model.CreateSddcDetails in the VMWare Solution service
  • Method public com.oracle.bmc.ocvp.model.Sku getInitialSku() has been removed from com.oracle.bmc.ocvp.model.CreateSddcDetails in the VMWare Solution service
  • Method public java.lang.String getInstanceDisplayNamePrefix() has been removed from com.oracle.bmc.ocvp.model.CreateSddcDetails in the VMWare Solution service
  • Method public java.lang.Boolean getIsHcxEnabled() has been removed from com.oracle.bmc.ocvp.model.CreateSddcDetails in the VMWare Solution service
  • Method public java.lang.Boolean getIsHcxEnterpriseEnabled() has been removed from com.oracle.bmc.ocvp.model.CreateSddcDetails in the VMWare Solution service
  • Method public java.lang.Boolean getIsShieldedInstanceEnabled() has been removed from com.oracle.bmc.ocvp.model.CreateSddcDetails in the VMWare Solution service
  • Method public java.lang.String getNsxEdgeUplink1VlanId() has been removed from com.oracle.bmc.ocvp.model.CreateSddcDetails in the VMWare Solution service
  • Method public java.lang.String getNsxEdgeUplink2VlanId() has been removed from com.oracle.bmc.ocvp.model.CreateSddcDetails in the VMWare Solution service
  • Method public java.lang.String getNsxEdgeVTepVlanId() has been removed from com.oracle.bmc.ocvp.model.CreateSddcDetails in the VMWare Solution service
  • Method public java.lang.String getNsxVTepVlanId() has been removed from com.oracle.bmc.ocvp.model.CreateSddcDetails in the VMWare Solution service
  • Method public java.lang.String getProvisioningSubnetId() has been removed from com.oracle.bmc.ocvp.model.CreateSddcDetails in the VMWare Solution service
  • Method public java.lang.String getProvisioningVlanId() has been removed from com.oracle.bmc.ocvp.model.CreateSddcDetails in the VMWare Solution service
  • Method public java.lang.String getReplicationVlanId() has been removed from com.oracle.bmc.ocvp.model.CreateSddcDetails in the VMWare Solution service
  • Method public java.lang.String getVmotionVlanId() has been removed from com.oracle.bmc.ocvp.model.CreateSddcDetails in the VMWare Solution service
  • Method public java.lang.String getVsanVlanId() has been removed from com.oracle.bmc.ocvp.model.CreateSddcDetails in the VMWare Solution service
  • Method public java.lang.String getVsphereVlanId() has been removed from com.oracle.bmc.ocvp.model.CreateSddcDetails in the VMWare Solution service
  • Method public java.lang.String getWorkloadNetworkCidr() has been removed from com.oracle.bmc.ocvp.model.CreateSddcDetails in the VMWare Solution service
  • Method public com.oracle.bmc.ocvp.model.Sku getCurrentSku() has been removed from com.oracle.bmc.ocvp.model.EsxiHost in the VMWare Solution service
  • Method public com.oracle.bmc.ocvp.model.Sku getNextSku() has been removed from com.oracle.bmc.ocvp.model.EsxiHost in the VMWare Solution service
  • Method public com.oracle.bmc.ocvp.model.Sku getCurrentSku() has been removed from com.oracle.bmc.ocvp.model.EsxiHostSummary in the VMWare Solution service
  • Method public com.oracle.bmc.ocvp.model.Sku getNextSku() has been removed from com.oracle.bmc.ocvp.model.EsxiHostSummary in the VMWare Solution service
  • Method public java.lang.String getCapacityReservationId() has been removed from com.oracle.bmc.ocvp.model.Sddc in the VMWare Solution service
  • Method public java.lang.String getComputeAvailabilityDomain() has been removed from com.oracle.bmc.ocvp.model.Sddc in the VMWare Solution service
  • Method public java.util.List getDatastores() has been removed from com.oracle.bmc.ocvp.model.Sddc in the VMWare Solution service
  • Method public java.lang.Integer getEsxiHostsCount() has been removed from com.oracle.bmc.ocvp.model.Sddc in the VMWare Solution service
  • Method public java.lang.String getHcxInitialPassword() has been removed from com.oracle.bmc.ocvp.model.Sddc in the VMWare Solution service
  • Method public java.lang.String getHcxOnPremKey() has been removed from com.oracle.bmc.ocvp.model.Sddc in the VMWare Solution service
  • Method public java.lang.String getHcxVlanId() has been removed from com.oracle.bmc.ocvp.model.Sddc in the VMWare Solution service
  • Method public java.lang.Float getInitialHostOcpuCount() has been removed from com.oracle.bmc.ocvp.model.Sddc in the VMWare Solution service
  • Method public java.lang.String getInitialHostShapeName() has been removed from com.oracle.bmc.ocvp.model.Sddc in the VMWare Solution service
  • Method public com.oracle.bmc.ocvp.model.Sku getInitialSku() has been removed from com.oracle.bmc.ocvp.model.Sdd in the VMWare Solution service
  • Method public java.lang.String getInstanceDisplayNamePrefix() has been removed from com.oracle.bmc.ocvp.model.Sddc in the VMWare Solution service
  • Method public java.lang.Boolean getIsHcxEnabled() has been removed from com.oracle.bmc.ocvp.model.Sddc in the VMWare Solution service
  • Method public java.lang.Boolean getIsHcxEnterpriseEnabled() has been removed from com.oracle.bmc.ocvp.model.Sddc in the VMWare Solution service
  • Method public java.lang.Boolean getIsShieldedInstanceEnabled() has been removed from com.oracle.bmc.ocvp.model.Sddc in the VMWare Solution service
  • Method public java.lang.String getNsxEdgeUplink1VlanId() has been removed from com.oracle.bmc.ocvp.model.Sddc in the VMWare Solution service
  • Method public java.lang.String getNsxEdgeUplink2VlanId() has been removed from com.oracle.bmc.ocvp.model.Sddc in the VMWare Solution service
  • Method public java.lang.String getNsxEdgeVTepVlanId() has been removed from com.oracle.bmc.ocvp.model.Sddc in the VMWare Solution service
  • Method public java.lang.String getNsxManagerInitialPassword() has been removed from com.oracle.bmc.ocvp.model.Sddc in the VMWare Solution service
  • Method public java.lang.String getNsxOverlaySegmentName() has been removed from com.oracle.bmc.ocvp.model.Sddc in the VMWare Solution service
  • Method public java.lang.String getNsxVTepVlanId() has been removed from com.oracle.bmc.ocvp.model.Sddc in the VMWare Solution service
  • Method public java.lang.String getProvisioningSubnetId() has been removed from com.oracle.bmc.ocvp.model.Sddc in the VMWare Solution service
  • Method public java.lang.String getProvisioningVlanId() has been removed from com.oracle.bmc.ocvp.model.Sddc in the VMWare Solution service
  • Method public java.lang.String getReplicationVlanId() has been removed from com.oracle.bmc.ocvp.model.Sddc in the VMWare Solution service
  • Method public java.util.List getUpgradeLicenses() has been removed from com.oracle.bmc.ocvp.model.Sddc in the VMWare Solution service
  • Method public java.lang.String getVcenterInitialPassword() has been removed from com.oracle.bmc.ocvp.model.Sddc in the VMWare Solution service
  • Method public java.lang.String getVmotionVlanId() has been removed from com.oracle.bmc.ocvp.model.Sddc in the VMWare Solution service
  • Method public java.lang.String getVsanVlanId() has been removed from com.oracle.bmc.ocvp.model.Sddc in the VMWare Solution service
  • Method public java.lang.String getVsphereUpgradeGuide() has been removed from com.oracle.bmc.ocvp.model.Sddc in the VMWare Solution service
  • Method public java.util.List getVsphereUpgradeObjects() has been removed from com.oracle.bmc.ocvp.model.Sddc in the VMWare Solution service
  • Method public java.lang.String getVsphereVlanId() has been removed from com.oracle.bmc.ocvp.model.Sddc in the VMWare Solution service
  • Method public java.lang.String getWorkloadNetworkCidr() has been removed from com.oracle.bmc.ocvp.model.Sddc in the VMWare Solution service
  • Method public java.lang.String getComputeAvailabilityDomain() has been removed from com.oracle.bmc.ocvp.model.SddcSummary in the VMWare Solution service
  • Method public java.lang.Integer getEsxiHostsCount() has been removed from com.oracle.bmc.ocvp.model.SddcSummary in the VMWare Solution service
  • Method public java.lang.Float getInitialHostOcpuCount() has been removed from com.oracle.bmc.ocvp.model.SddcSummary in the VMWare Solution service
  • Method public java.lang.String getInitialHostShapeName() has been removed from com.oracle.bmc.ocvp.model.SddcSummary in the VMWare Solution service
  • Method public java.lang.Boolean getIsHcxEnabled() has been removed from com.oracle.bmc.ocvp.model.SddcSummary in the VMWare Solution service
  • Method public java.lang.Boolean getIsShieldedInstanceEnabled() has been removed from com.oracle.bmc.ocvp.model.SddcSummary in the VMWare Solution service
  • Method public java.lang.Boolean getIsSupportMonthlySku() has been removed from com.oracle.bmc.ocvp.model.SupportedHostShapeSummary in the VMWare Solution service
  • Method public java.util.List getSupportedSddcTypes() has been removed from com.oracle.bmc.ocvp.model.SupportedHostShapeSummary in the VMWare Solution service
  • Method public com.oracle.bmc.ocvp.model.Sku getNextSku() has been removed from com.oracle.bmc.ocvp.model.UpdateEsxiHostDetails in the VMWare Solution service
  • Method public java.lang.String getHcxVlanId() has been removed from com.oracle.bmc.ocvp.model.UpdateSddcDetails in the VMWare Solution service
  • Method public java.lang.String getNsxEdgeUplink1VlanId() has been removed from com.oracle.bmc.ocvp.model.UpdateSddcDetails in the VMWare Solution service
  • Method public java.lang.String getNsxEdgeUplink2VlanId() has been removed from com.oracle.bmc.ocvp.model.UpdateSddcDetails in the VMWare Solution service
  • Method public java.lang.String getNsxEdgeVTepVlanId() has been removed from com.oracle.bmc.ocvp.model.UpdateSddcDetails in the VMWare Solution service
  • Method public java.lang.String getNsxVTepVlanId() has been removed from com.oracle.bmc.ocvp.model.UpdateSddcDetails in the VMWare Solution service
  • Method public java.lang.String getProvisioningVlanId() has been removed from com.oracle.bmc.ocvp.model.UpdateSddcDetails in the VMWare Solution service
  • Method public java.lang.String getReplicationVlanId() has been removed from com.oracle.bmc.ocvp.model.UpdateSddcDetails in the VMWare Solution service
  • Method public java.lang.String getVmotionVlanId() has been removed from com.oracle.bmc.ocvp.model.UpdateSddcDetails in the VMWare Solution service
  • Method public java.lang.String getVsanVlanId() has been removed from com.oracle.bmc.ocvp.model.UpdateSddcDetails in the VMWare Solution service
  • Method public java.lang.String getVsphereVlanId() has been removed from com.oracle.bmc.ocvp.model.UpdateSddcDetails in the VMWare Solution service
  • Method public com.oracle.bmc.ocvp.model.SddcTypes getSddcType() has been removed from com.oracle.bmc.ocvp.requests.ListSupportedHostShapesRequest in the VMWare Solution service
  • Class com.oracle.bmc.ocvp.requests.ListSupportedSkusRequest has been removed in the VMWare Solution service
  • Class com.oracle.bmc.ocvp.responses.ListSupportedSkusResponse has been removed in the VMWare Solution service
  • Class com.oracle.bmc.ocvp.model.DatastoreSummary has been removed in the VMWare Solution service
  • Class com.oracle.bmc.ocvp.model.SddcTypes has been removed in the VMWare Solution service
  • Class com.oracle.bmc.ocvp.model.Sku has been removed in the VMWare Solution service
  • Class com.oracle.bmc.ocvp.model.SupportedSkuSummary has been removed in the VMWare Solution service
  • Class com.oracle.bmc.ocvp.model.SupportedSkuSummaryCollection has been removed in the VMWare Solution service

Configuration

📅 Schedule: Branch creation - "after 10pm" in timezone Europe/Prague, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the type: dependency-upgrade Upgrade a dependency label Dec 8, 2023
Copy link

sonarqubecloud bot commented Dec 8, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@renovate renovate bot changed the title fix(deps): update oci to v3.30.0 fix(deps): update oci Dec 12, 2023
Copy link

❌ Oracle Cloud CI 17 latest failed: https://ge.micronaut.io/s/2w7spj4m2626w

@renovate renovate bot changed the title fix(deps): update oci fix(deps): update oci to v3.31.0 Dec 13, 2023
@renovate renovate bot changed the title fix(deps): update oci to v3.31.0 fix(deps): update oci to v3.31.1 Jan 11, 2024
Copy link

❌ Oracle Cloud CI 17 latest failed: https://ge.micronaut.io/s/ldhb7jsctzhsy

Copy link

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Copy link
Contributor Author

renovate bot commented Jan 11, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@graemerocher graemerocher merged commit f4729dc into master Jan 12, 2024
19 checks passed
@graemerocher graemerocher deleted the renovate/oci branch January 12, 2024 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: dependency-upgrade Upgrade a dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants